home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 February / Enter 02 2006.iso / Uzytki / SoftPerfect Bandwidth Manager 2.4 / bwmsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-12-26  |  4.8 KB  |  72 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=SoftPerfect Bandwidth Manager
  4. AppVerName=SoftPerfect Bandwidth Manager 2.4
  5. AppId=SoftPerfect Bandwidth Manager
  6. AppPublisher=SoftPerfect Research
  7. AppPublisherURL=http://www.softperfect.com
  8. AppSupportURL=http://www.softperfect.com
  9. AppUpdatesURL=http://www.softperfect.com
  10. DefaultDirName={pf}\SoftPerfect Bandwidth Manager
  11. DefaultGroupName=SoftPerfect Bandwidth Manager
  12. OutputBaseFilename=bwmsetup
  13. Compression=lzma
  14. LicenseFile=embedded\License.rtf
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\bwm.exe"; DestDir: "{app}"; Components: gui; Flags: ignoreversion 
  19. Source: "{app}\bwm.chm"; DestDir: "{app}"; Components: gui; Flags: ignoreversion 
  20. Source: "{sys}\Drivers\spfdrv.sys"; DestDir: "{sys}\Drivers"; Components: svc; Flags: ignoreversion 
  21. Source: "{app}\bwmsvc.exe"; DestDir: "{app}"; Components: svc; Flags: restartreplace ignoreversion 
  22. Source: "{app}\ndisapi.dll"; DestDir: "{app}"; Components: svc; Flags: restartreplace ignoreversion 
  23. Source: "{app}\sqlite.dll"; DestDir: "{app}"; Components: svc or gui; Flags: restartreplace ignoreversion 
  24. Source: "{app}\bwmsvc.db"; DestDir: "{app}"; Components: svc; Flags: onlyifdoesntexist ignoreversion 
  25. Source: "{app}\upgrade.exe"; DestDir: "{app}"; Flags: deleteafterinstall 
  26. [Registry]
  27. Root: HKLM; Subkey: "System\CurrentControlSet\Services\SPFDRV"; ValueName: "Type"; ValueType: Dword; ValueData: "$1"; Components: svc; OnlyBelowVersion: 0.0,5.0; Flags: uninsdeletekey 
  28. Root: HKLM; Subkey: "System\CurrentControlSet\Services\SPFDRV"; ValueName: "Group"; ValueType: String; ValueData: "Network"; Components: svc; OnlyBelowVersion: 0.0,5.0; Flags: uninsdeletevalue 
  29. Root: HKLM; Subkey: "System\CurrentControlSet\Services\SPFDRV"; ValueName: "Start"; ValueType: Dword; ValueData: "$1"; Components: svc; OnlyBelowVersion: 0.0,5.0; Flags: uninsdeletevalue 
  30. Root: HKLM; Subkey: "System\CurrentControlSet\Services\SPFDRV"; ValueName: "ErrorControl"; ValueType: Dword; ValueData: "$1"; Components: svc; OnlyBelowVersion: 0.0,5.0; Flags: uninsdeletevalue 
  31. Root: HKLM; Subkey: "System\CurrentControlSet\Services\SPFDRV"; ValueName: "Type"; ValueType: Dword; ValueData: "$1"; Components: svc; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
  32. Root: HKLM; Subkey: "System\CurrentControlSet\Services\SPFDRV"; ValueName: "Group"; ValueType: String; ValueData: "Streams Drivers"; Components: svc; MinVersion: 0.0,5.0; Flags: uninsdeletevalue 
  33. Root: HKLM; Subkey: "System\CurrentControlSet\Services\SPFDRV"; ValueName: "Start"; ValueType: Dword; ValueData: "$1"; Components: svc; MinVersion: 0.0,5.0; Flags: uninsdeletevalue 
  34. Root: HKLM; Subkey: "System\CurrentControlSet\Services\SPFDRV"; ValueName: "ErrorControl"; ValueType: Dword; ValueData: "$1"; Components: svc; MinVersion: 0.0,5.0; Flags: uninsdeletevalue 
  35. [INI]
  36. FileName: "{app}\bwm.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.softperfect.com"; 
  37. [Run]
  38. Filename: "{app}\bwmsvc.exe"; Parameters: "/sinstall"; WorkingDir: "{app}"; StatusMsg: "Installing service..."; Components: svc; 
  39. [UninstallRun]
  40. Filename: "{app}\bwmsvc.exe"; Parameters: "/suninstall"; WorkingDir: "{app}"; StatusMsg: "Uninstalling service..."; Components: svc; 
  41. [Icons]
  42. Name: "{group}\SoftPerfect Bandwidth Manager"; Filename: "{app}\bwm.exe"; Components: gui; 
  43. Name: "{group}\{cm:ProgramOnTheWeb,SoftPerfect Bandwidth Manager}"; Filename: "{app}\bwm.url"; Components: gui; 
  44. Name: "{group}\{cm:UninstallProgram,SoftPerfect Bandwidth Manager}"; Filename: "{uninstallexe}"; Components: gui; 
  45. [Components]
  46. Name: "svc"; Description: "System Service"; Types: "custom"; 
  47. Name: "gui"; Description: "Control Tool (GUI front-end)"; Types: "custom"; 
  48. [UninstallDelete]
  49. Type: files; Name: "{app}\bwm.url"; Components: gui; 
  50. Type: files; Name: "{app}\rules.dat"; Components: svc; 
  51. Type: files; Name: "{app}\service.ini"; Components: svc; 
  52. Type: files; Name: "{app}\aspr_keys.ini"; Components: svc; 
  53. Type: files; Name: "{app}\bwmsvc.log"; Components: svc; 
  54. Type: files; Name: "{app}\bwmsvc.db"; 
  55. Type: dirifempty; Name: "{app}"; 
  56. [Types]
  57. Name: "custom"; Description: "Installation components"; 
  58. [CustomMessages]
  59. default.NameAndVersion=%1 version %2
  60. default.AdditionalIcons=Additional icons:
  61. default.CreateDesktopIcon=Create a &desktop icon
  62. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  63. default.ProgramOnTheWeb=%1 on the Web
  64. default.UninstallProgram=Uninstall %1
  65. default.LaunchProgram=Launch %1
  66. default.AssocFileExtension=&Associate %1 with the %2 file extension
  67. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  68. [Languages]
  69. ; These files are stubs
  70. ; To achieve better results after recompilation, use the real language files
  71. Name: "default"; MessagesFile: "embedded\default.isl"; 
  72.